CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 三次样条插值 MATLAB

搜索资源列表

  1. MATLAB实现拉格朗日、分段线性、三次样条三种插值的方法

    15下载:
  2. MATLAB实现拉格朗日、分段线性、三次样条三种插值的方法,改变节点的数目,对三种插值结果进行初步分析,MATLAB realization of Lagrange, piecewise linear, cubic spline interpolation in three ways, changing the number of nodes, interpolation of three preliminary analysis of the results
  3. 所属分类:matlab例程

    • 发布日期:2013-03-26
    • 文件大小:120377
    • 提供者:刘文
  1. VC三次样条插值计算对图像插值

    1下载:
  2. 三次样条插值计算对图像插值具有良好效果,希望大家喜欢,谢谢,Calculation of Cubic Spline Interpolation of Image Interpolation with good results, I hope you like it, I would like to thank
  3. 所属分类:Windows编程

    • 发布日期:2017-05-16
    • 文件大小:537569
    • 提供者:wangheng
  1. fit

    0下载:
  2. 用差分方程或数值微分解决简单的实际问题。 实验3 插值与数值积分 l 插值问题提法和求解思路 l Lagrange插值的原理和优缺点 l 分段线性和三次样条插值的原理和优缺点 l 用MATLAB实现分段线性和三次样条插值 l 梯形、辛普森积分公式的原理及MATLAB实现 l 数值积分公式的误差——收敛阶的概念 l 高斯积分公式 l 广义积分与多重积分 l 用插值和数值积分解决
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:364810
    • 提供者:周易
  1. sample

    1下载:
  2. 三次样条插值函数的三弯矩法,精度较高,值得一看-Cubic spline interpolation function of the three moment method, high accuracy, see
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:549
    • 提供者:tangwencheng
  1. matlab

    0下载:
  2. 运用三次样条插值函数法对一条已知的折线进行圆滑(编程实现)-The use of cubic spline interpolation function of a line known for sleek (Programming)
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:1985
    • 提供者:guoshuchao
  1. spline3

    1下载:
  2. 三次样条插值,很不错的插值算法,值得参考-Cubic spline interpolation, the interpolation algorithm is pretty good, it is also useful
  3. 所属分类:matlab

    • 发布日期:2014-10-30
    • 文件大小:896
    • 提供者:郭元彭
  1. maspline

    1下载:
  2. 插值方法:三次样条插值源代码(一阶导数边界条件)-Interpolation Method: Cubic Spline Interpolation source code (a derivative boundary condition)
  3. 所属分类:Algorithm

    • 发布日期:2016-12-05
    • 文件大小:820
    • 提供者:malanxiang
  1. matlab_No5_spline

    0下载:
  2. 西交大数值计算方法上机作业,三次样条插值-National Chiao Tung University, West numerical method of machine operation, cubic spline interpolation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:907
    • 提供者:baozewei
  1. cc

    0下载:
  2. Matlab版本三次样条插值,介绍了Matlab三次样条插值(有条件情况下),可以在Matlab上直接运行-Matlab version of the cubic spline interpolation, introduced Matlab cubic spline interpolation (under certain conditions), can be run directly on the Matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:2197
    • 提供者:陈超
  1. chazhiruanjianbao

    1下载:
  2. 这是一个涵盖了Newton插值、线性插值、分段差值、三次样条插值、Hermite插值的一个插值软件包。-This is a cover of the Newton interpolation, linear interpolation, piecewise difference, cubic spline interpolation, Hermite interpolation of an interpolation package.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:481350
    • 提供者:小楼哥
  1. cspline

    1下载:
  2. 通用三次样条插值函数,可求解离散点的三次样条插值-General cubic spline interpolation function, can solve the discrete points of the cubic spline interpolation
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:984
    • 提供者:yang
  1. interp1

    0下载:
  2. 一个MATLAB源函数,用来计算插值,可以选择使用线性,三次样条插值,Hermite插值等方法,希望对大家有用。-A MATLAB source function, used to calculate the interpolation, you can choose to use linear, cubic spline interpolation, Hermite interpolation, in the hope that useful.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:4482
    • 提供者:杜玉麟
  1. MATLAB三次样条插值法 求信号的包络线 源代码

    1下载:
  2. MATLAB三次样条插值法 求信号的包络线 源代码(MATLAB cubic spline interpolation method for the signal envelope source code)
  3. 所属分类:绘图程序

  1. matlab---三次样条插值

    1下载:
  2. 用于计算三次样条函数的插值,编程计算样条函数,误差较小,光滑性比较好(Three spline interpolation)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-02
    • 文件大小:132096
    • 提供者:晨曦落叶
  1. Matlab

    1下载:
  2. 对于已经给出的横坐标及对应的函数值,进行三次样条插值。边界条件为二阶导数为0。 需要的追赶法程序也在内。另外还有高斯消去法和gauss-jordan法求逆矩阵的程序(Two of the programes are aming to solving the problem of cubic interpolation with the boundary condition of the zero second-order derivation. The programe of the chasi
  3. 所属分类:matlab例程

    • 发布日期:2018-04-20
    • 文件大小:1024
    • 提供者:juanlalalala
  1. 三次样条插值

    0下载:
  2. 计算方法作业,运用分段插值中的三次样条插值进行数据拟合(Calculation method operation, using cubic spline interpolation in segmented interpolation for data fitting)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:lita-
  1. 算法2三次样条插值

    4下载:
  2. 在matlab中实现三种边界条件下的三次样条插值,以龙格函数为例(n the MATLAB, we implement three spline interpolation under three boundary conditions, taking Runge function as an example.)
  3. 所属分类:matlab例程

    • 发布日期:2020-06-02
    • 文件大小:497664
    • 提供者:fengzhi上
  1. MATLAB三次样条插值函数

    0下载:
  2. 为了分析材料的热加工性能,需要用到三次样条函数对应力应变速率曲线进行插值,从而计算应变速率敏感指数
  3. 所属分类:软件工程

  1. 三次样条插值

    5下载:
  2. 程序主要实现了三次样条插值,程序注释很详细(It mainly implements cubic spline interpolation with detailed program annotations.)
  3. 所属分类:matlab例程

    • 发布日期:2019-10-17
    • 文件大小:28672
    • 提供者:强儿
  1. 样条插值

    1下载:
  2. 样条插值的研究背景,样条函数的力学意义,三次样条插值多项式的构造,一般的插值问题(Research background of spline interpolation, mechanical meaning of spline function, construction of cubic spline interpolation polynomials, general interpolation problems)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2021-02-19
    • 文件大小:1180672
    • 提供者:烦恼和功能
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com